悟空视频

    在线播放云盘网盘BT下载影视图书

    Secrets About Life Every Woman Should Know - 图书

    导演:Barbara De Angelis
    芭芭拉.安吉丽思 (Barbara De Angelis) 安吉丽思博士是当代个人成长与灵性成长领域,最有影响力的导师之一,美国知名的人际关系专家,也是重要的畅销书作家,所著的《活在当下》、《爱是一切的答案》、《男人都该知道女人的秘密》、《女人都该知道男人的秘密》等书,分别在《纽约时报》畅销书排行榜上高居榜首。25年以来,她出了14本书,被译成20余种文字出版,芭芭拉曾在美国有线电视台(CNN)、哥伦比亚广播公司(CBS)与美国公共广播网(PBS)主持自己的节目。她的得奖节目「让爱行得通」(Making Love Work)专门探讨人际关系,拥有极佳的收视率,且经常受邀为著名脱口秀节目的特别来宾,她散播爱、快乐与追寻人生意义的讯息,影响了全球各地的数千万人。 目前定居在美国洛杉矶。
    Secrets About Life Every Woman Should Know
    图书

    Strong Fathers, Strong Daughters: 10 Secrets Every Father Should Know - 图书

    导演:Meg Meeker
    梅格•米克(Meg Meeker,M.D.),儿科医生、医学博士、美国儿童医学会成员、美国医学会全国顾问委员会成员,具有30多年儿童临床治疗与青少年咨询经验。她一直非常关注青少年成长所面临的各种问题,是深受欢迎的青少年问题专家,经常参与电视与电台节目。她的“亲子教育经典系列”图书,包括《强爸爸 好女儿》《好妈妈 强儿子》《男孩就该有男孩样》《快乐妈妈的10个习惯》等长销不衰,一直深受广大家长喜爱。
    Strong Fathers, Strong Daughters: 10 Secrets Every Father Should Know
    搜索《Strong Fathers, Strong Daughters: 10 Secrets Every Father Should Know》
    图书

    40 Algorithms Every Programmer Should Know - 图书

    2020计算机·编程设计
    导演:Imran Ahmad
    Algorithms have always played an important role in both the science and practice of computing. Beyond traditional computing, the ability to use algorithms to solve real-world problems is an important skill that any developer or programmer must have. This book will help you not only to develop the skills to select and use an algorithm to solve real-world problems but also to understand how it works.You’ll start with an introduction to algorithms and discover various algorithm design techniques, before exploring how to implement different types of algorithms, such as searching and sorting, with the help of practical examples. As you advance to a more complex set of algorithms, you'll learn about linear programming, page ranking, and graphs, and even work with machine learning algorithms, understanding the math and logic behind them. Further on, case studies such as weather prediction, tweet clustering, and movie recommendation engines will show you how to apply these algorithms optimally. Finally, you’ll become well versed in techniques that enable parallel processing, giving you the ability to use these algorithms for compute-intensive tasks.By the end of this book, you'll have become adept at solving real-world computational problems by using a wide range of algorithms.
    40 Algorithms Every Programmer Should Know
    搜索《40 Algorithms Every Programmer Should Know》
    图书

    How Linux Works: What Every Superuser Should Know - 图书

    2014
    导演:Brian Ward
    Unlike some operating systems, Linux doesn't try to hide the important bits from you—it gives you full control of your computer. But to truly master Linux, you need to understand its internals, like how the system boots, how networking works, and what the kernel actually does. In this completely revised second edition of the perennial best seller How Linux Works, author Brian W...(展开全部)
    How Linux Works: What Every Superuser Should Know
    搜索《How Linux Works: What Every Superuser Should Know》
    图书

    45 Techniques Every Counselor Should Know: Merrill Counseling - 图书

    2019
    导演:Bradley T. Erford
    A user-friendly guide to essential counseling techniques and skills Concise, yet thorough, 45 Techniques Every Counselor Should Know is designed to prepare students to enter their field with sound ideas for applying theory-based techniques to their counseling. Coverage of each technique starts with the presentation of the theoretical origins, then provides a step-by-step guide ...(展开全部)
    45 Techniques Every Counselor Should Know: Merrill Counseling
    搜索《45 Techniques Every Counselor Should Know: Merrill Counseling》
    图书

    How Linux Works: What Every Superuser Should Know - 图书

    2014
    导演:Brian Ward
    Unlike some operating systems, Linux doesn't try to hide the important bits from you—it gives you full control of your computer. But to truly master Linux, you need to understand its internals, like how the system boots, how networking works, and what the kernel actually does. In this completely revised second edition of the perennial best seller How Linux Works, author Brian W...(展开全部)
    How Linux Works: What Every Superuser Should Know
    搜索《How Linux Works: What Every Superuser Should Know》
    图书

    High Performance Browser Networking: What every web developer should know about networking and web - 图书

    导演:Ilya Grigorik
    How prepared are you when it comes to building network-enabled applications? This book provides what every web developer should know about the network - from fundamental limitations that affect performance to major innovations for building even more powerful browser apps. By understanding what the browser can and cannot do, you'll be able to make better design decisions and del...(展开全部)
    High Performance Browser Networking: What every web developer should know about networking and web performance
    搜索《High Performance Browser Networking: What every web developer should know about networking and web performance》
    图书

    What Every Pianist Needs to Know About the Body - 图书

    2004
    导演:Thomas Mark
    Techniques on how to gain greater fluidity of movement while playing to improve the quality of the experience are offered in this manual for serious piano players. This book encourages musicians to develop a broader understanding of the involvement of the entire body in playing -- and the strains playing places on the body -- by focusing on body mapping to increase awareness of...(展开全部)
    What Every Pianist Needs to Know About the Body
    搜索《What Every Pianist Needs to Know About the Body》
    图书

    Concurrency with Modern C++: What every professional C++ programmer should know about concurrency. - 图书

    导演:Rainer Grimm
    每个专业C++开发者应该知晓的并发性。 本书是一场关于C++并发的旅程。 - C++11和C++14创建了并发和并行的基础件。 - C++17中,将标准模板库(STL)的大部分算法并行化。这意味着大多数基于STL的算法可以串行、并行或向量化执行。 - C++的并发之旅并没有停止。C++20/23,可以期待增强版future、协程(coroutines)、事件性内存(transactional_memory)等等。 本书解释了C++中的并发性,并提供了许多代码示例。因此,可以将理论与实践相结合。 因为这本书与并发相关,所以我展示了很多容易出错的地方,并展示避免或解决它们的方案。
    Concurrency with Modern C++: What every professional C++ programmer should know about concurrency.
    搜索《Concurrency with Modern C++: What every professional C++ programmer should know about concurrency.》
    图书

    Concurrency with Modern C++: What every professional C++ programmer should know about concurrency. - 图书

    导演:Rainer Grimm
    每个专业C++开发者应该知晓的并发性。 本书是一场关于C++并发的旅程。 - C++11和C++14创建了并发和并行的基础件。 - C++17中,将标准模板库(STL)的大部分算法并行化。这意味着大多数基于STL的算法可以串行、并行或向量化执行。 - C++的并发之旅并没有停止。C++20/23,可以期待增强版future、协程(coroutines)、事件性内存(transactional_memory)等等。 本书解释了C++中的并发性,并提供了许多代码示例。因此,可以将理论与实践相结合。 因为这本书与并发相关,所以我展示了很多容易出错的地方,并展示避免或解决它们的方案。
    Concurrency with Modern C++: What every professional C++ programmer should know about concurrency.
    搜索《Concurrency with Modern C++: What every professional C++ programmer should know about concurrency.》
    图书
    加载中...